home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir35 / 0_byte10.zip / README < prev   
Text File  |  1993-11-26  |  646b  |  25 lines

  1. /*
  2.     DESCRIPTION:
  3.     Accepts a DIR listing from Standard Input, and produces a 0-byte
  4.     length file for each file listed in the DIR listing.
  5.  
  6.     Subidirectories are ignored.
  7.  
  8.     USAGE:
  9.  
  10.     DIR \target\subdirectory | 0-BYTE > capture.cap
  11.  
  12.     The 0-byte-length files will be created in the current subdirectory.
  13.     0-byte will not overwrite existing files. Check CAPTURE.CAP for
  14.     the names of duplicate files found.
  15.  
  16.     dap@kandy.com  11/26/93
  17. */
  18.  
  19. /*
  20.     HISTORY:
  21.     If you find a bug, report it. Otherwise it probably won't get fixed.
  22.  
  23.     11/26/93 v1.0 Initial release. First (and hopefully last) version.
  24. */
  25.